home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / xdp4050.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-05-17  |  10.4 KB  |  287 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1992, 1995-1998 Xerox Corporation.
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% @(#)XDP4050.PPD    103.3 98/01/16 14:47:41
  10. *FormatVersion: "4.2"
  11. *FileVersion: "1.5.2"
  12. *LanguageVersion: English
  13. *LanguageEncoding: ISOLatin1
  14. *PCFileName: "XDP4050.PPD"
  15. *Product: "(Xerox DocuPrint 4050 NPS PS2)"
  16. *% PSVersion was changed to 2015 to fix missing characters bug in
  17. *% Adobe 4.2.4 driver (AR 12165)
  18. *% PSVersion: "(2001.0) 0"
  19. *PSVersion: "(2015.0) 0"
  20. *ModelName: "Xerox DocuPrint 4050 NPS PS2"
  21. *ShortNickName: "Xerox DocuPrint 4050 NPS PS2"
  22. *NickName: "Xerox DocuPrint 4050 NPS PS2"
  23.  
  24. *UIConstraints: *MediaType Transparency *Duplex
  25. *UIConstraints: *Duplex *MediaType Transparency
  26.  
  27. *UIConstraints: *MediaType Plain *MediaColor clear
  28. *UIConstraints: *MediaColor clear *MediaType Plain
  29.  
  30. *UIConstraints: *MediaType Drilled *MediaColor clear
  31. *UIConstraints: *MediaColor clear *MediaType Drilled
  32.  
  33. *UIConstraints: *MediaType CoverStock *MediaColor clear
  34. *UIConstraints: *MediaColor clear *MediaType CoverStock
  35.  
  36. *UIConstraints: *MediaType DrilledCoverStock *MediaColor clear
  37. *UIConstraints: *MediaColor clear *MediaType DrilledCoverStock
  38.  
  39. *UIConstraints: *MediaType Transparency *StapleWhen
  40. *UIConstraints: *StapleWhen *MediaType Transparency
  41.  
  42. *% ==== Device Capabilities ===============
  43. *LanguageLevel: "2"
  44. *FreeVM: "4191696"
  45. *VMOption None/Standard: "4191696"
  46. *DefaultColorSpace:  RGB
  47. *ColorDevice: False
  48. *Extensions: CMYK
  49. *Extensions: Composite
  50. *VariablePaperSize: False
  51. *FileSystem: False
  52. *Throughput: "50"
  53. *Password: "()"
  54. *ExitServer: "
  55.  count 0 eq
  56.  { false } { true exch startjob } ifelse
  57.  not {
  58.      (WARNING: Cannot modify initial VM.) =
  59.      (Missing or invalid password.) =
  60.      (Please contact the author of this software.) = flush quit
  61.      } if
  62. "
  63. *End
  64.  
  65. *DefaultResolution: 300dpi
  66. *?Resolution: "
  67.   save
  68.     currentpagedevice /HWResolution get
  69.     0 get
  70.     (          ) cvs print
  71.     (dpi)
  72.     = flush
  73.   restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "54.2"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "{ statusdict begin improvedspot end }"
  82. *ScreenProc Line: "{ pop }"
  83. *ScreenProc Ellipse: "
  84.    { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  85. *End
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89.  
  90. *% Paper Handling ===================
  91. *% Code in this section both selects a tray and sets up a frame buffer.
  92. *% The "*<keyword> <option>" portion of each PPD paper handling selection is 
  93. *% sufficient for satisfying the static media specification on DocuPrint NPS.
  94. *% If this PPD is to be used for dynamic media selection, the appropriate
  95. *% setpagedevice calls will need to be uncommented by removing the "%"
  96. *% character in the quoted Postscript invocation.
  97.  
  98. *OpenUI *PageSize: PickOne
  99. *OrderDependency: 30 AnySetup *PageSize
  100. *DefaultPageSize: Letter
  101. *% ########## DO NOT CHANGE THE ORDER OF THESE ENTRIES! ##########
  102. *PageSize Letter: "%1 dict dup /PageSize [612 792] put setpagedevice"
  103. *PageSize Legal: "%1 dict dup /PageSize [612 1008] put setpagedevice"
  104. *PageSize A4: "%1 dict dup /PageSize [595 842] put setpagedevice"
  105. *PageSize 8.5x13: "%1 dict dup /PageSize [612 936] put setpagedevice"
  106. *CloseUI: *PageSize
  107.  
  108. *OpenUI *PageRegion: PickOne
  109. *OrderDependency: 40 AnySetup *PageRegion
  110. *DefaultPageRegion: Letter
  111. *PageRegion Letter: "%1 dict dup /PageSize [612 792] put setpagedevice"
  112. *PageRegion Legal: "%1 dict dup /PageSize [612 1008] put setpagedevice"
  113. *PageRegion A4: "%1 dict dup /PageSize [595 842] put setpagedevice"
  114. *PageRegion 8.5x13: "%1 dict dup /PageSize [612 936] put setpagedevice"
  115. *CloseUI:  *PageRegion
  116.  
  117. *% The following entries provide information about specific paper keywords.
  118. *DefaultImageableArea: Letter
  119. *ImageableArea Letter: "0.0 0.0 612.0 792.0 "
  120. *ImageableArea Legal: "0.0 0.0 612.0 1008.0 "
  121. *ImageableArea A4: "0.0 0.0 595.0 842.0 "
  122. *ImageableArea 8.5x13: "0.0 0.0 612.0 936.0"
  123. *?ImageableArea: "
  124.  save
  125.    /cvp { (                ) cvs print ( ) print } bind def
  126.    /upperright {10000 mul floor 10000 div} bind def
  127.    /lowerleft {10000 mul ceiling 10000 div} bind def
  128.    newpath clippath pathbbox
  129.    4 -2 roll exch 2 {lowerleft cvp} repeat
  130.    exch 2 {upperright cvp} repeat flush
  131.  restore
  132. "
  133. *End
  134.  
  135. *% These provide the physical dimensions of the paper (by keyword)
  136. *DefaultPaperDimension: Letter
  137. *PaperDimension Letter: "612 792"
  138. *PaperDimension Legal: "612 1008"
  139. *PaperDimension A4: "595 842"
  140. *PaperDimension 8.5x13: "612 936"
  141.  
  142. *OpenUI *MediaType:  PickOne
  143. *OrderDependency: 30 AnySetup *MediaType
  144. *DefaultMediaType: Plain
  145. *MediaType Plain: "%1 dict dup /MediaType () put setpagedevice"
  146. *MediaType Drilled: "%1 dict dup /MediaType (Drilled) put setpagedevice"
  147. *MediaType Transparency: "
  148.    %1 dict dup /MediaType (Transparency) put setpagedevice"
  149. *End
  150. *MediaType CoverStock: "
  151.    %1 dict dup /MediaType (CoverStock) put setpagedevice"
  152. *End
  153. *MediaType DrilledCoverStock: "
  154.    %1 dict dup /MediaType (DrilledCoverStock) put setpagedevice"
  155. *End
  156. *?MediaType: "
  157.   save
  158.     currentpagedevice /MediaType
  159.      {get} stopped
  160.        {pop pop (Plain)} {dup null eq {pop (Plain)} if} ifelse
  161.     = flush
  162.   restore
  163. "
  164. *End
  165. *CloseUI: *MediaType
  166.  
  167. *OpenUI *MediaColor:  PickOne
  168. *OrderDependency: 30 AnySetup *MediaColor
  169. *DefaultMediaColor: white
  170. *MediaColor white: "%1 dict dup /MediaColor (white) put setpagedevice"
  171. *MediaColor clear: "%1 dict dup /MediaColor (clear) put setpagedevice"
  172. *MediaColor blue: "%1 dict dup /MediaColor (blue) put setpagedevice"
  173. *MediaColor buff: "%1 dict dup /MediaColor (buff) put setpagedevice"
  174. *MediaColor green: "%1 dict dup /MediaColor (green) put setpagedevice"
  175. *MediaColor goldenrod: "%1 dict dup /MediaColor (goldenrod) put setpagedevice"
  176. *MediaColor pink: "%1 dict dup /MediaColor (pink) put setpagedevice"
  177. *MediaColor yellow: "%1 dict dup /MediaColor (yellow) put setpagedevice"
  178. *?MediaColor: "
  179.   save
  180.     currentpagedevice /MediaColor
  181.      {get} stopped
  182.        {pop pop (white)} {dup null eq {pop (white)} if} ifelse
  183.     = flush
  184.   restore
  185. "
  186. *End
  187. *CloseUI: *MediaColor
  188.  
  189. *RequiresPageRegion All: True
  190.  
  191. *OpenUI *InputSlot: PickOne
  192. *OrderDependency: 20 AnySetup *InputSlot
  193. *DefaultInputSlot: AutoSelect
  194. *InputSlot AutoSelect: ""
  195. *CloseUI: *InputSlot
  196.  
  197. *DefaultOutputOrder:  Normal
  198.  
  199. *OpenUI *Duplex:  PickOne
  200. *OrderDependency: 50 AnySetup *Duplex
  201. *DefaultDuplex: None
  202. *Duplex None/Simplex: "%noop"
  203. *Duplex DuplexNoTumble/Duplex: "%noop"
  204. *Duplex DuplexTumble: "%noop"
  205. *CloseUI: *Duplex
  206.  
  207. *OpenUI *StapleWhen:  PickOne
  208. *OrderDependency: 50 AnySetup *StapleWhen
  209. *DefaultStapleWhen: None
  210. *StapleWhen None: "%noop"
  211. *StapleWhen EndOfSet: "%noop"
  212. *CloseUI: *StapleWhen
  213.  
  214. *% Font Information =====================
  215. *DefaultFont: Courier
  216. *Font AvantGarde-Book: Standard "(001.003)" Standard ROM
  217. *Font AvantGarde-BookOblique: Standard "(001.003)" Standard ROM
  218. *Font AvantGarde-Demi: Standard "(001.004)" Standard ROM
  219. *Font AvantGarde-DemiOblique: Standard "(001.004)" Standard ROM
  220. *Font Bookman-Demi: Standard "(001.002)" Standard ROM
  221. *Font Bookman-DemiItalic: Standard "(001.002)" Standard ROM
  222. *Font Bookman-Light: Standard "(001.002)" Standard ROM
  223. *Font Bookman-LightItalic: Standard "(001.002)" Standard ROM
  224. *Font Courier: Standard "(002.003)" Standard ROM
  225. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  226. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  227. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  228. *Font Garamond-Bold: Standard "(001.001)" Standard ROM
  229. *Font Garamond-BoldItalic: Standard "(001.002)" Standard ROM
  230. *Font Garamond-Light: Standard "(001.001)" Standard ROM
  231. *Font Garamond-LightItalic: Standard "(001.002)" Standard ROM
  232. *Font Helvetica: Standard "(001.004)" Standard ROM
  233. *Font Helvetica-Black: Standard "(001.001)" Standard ROM
  234. *Font Helvetica-BlackOblique: Standard "(001.001)" Standard ROM
  235. *Font Helvetica-Bold: Standard "(001.006)" Standard ROM
  236. *Font Helvetica-BoldOblique: Standard "(001.006)" Standard ROM
  237. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  238. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  239. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  240. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  241. *Font Helvetica-Light: Standard "(001.002)" Standard ROM
  242. *Font Helvetica-LightOblique: Standard "(001.001)" Standard ROM
  243. *Font Helvetica-Narrow: Standard "(001.004)" Standard ROM
  244. *Font Helvetica-Narrow-Bold: Standard "(001.004)" Standard ROM
  245. *Font Helvetica-Narrow-BoldOblique: Standard "(001.004)" Standard ROM
  246. *Font Helvetica-Narrow-Oblique: Standard "(001.004)" Standard ROM
  247. *Font Helvetica-Oblique: Standard "(001.004)" Standard ROM
  248. *Font Korinna-Bold: Standard "(001.001)" Standard ROM
  249. *Font Korinna-KursivBold: Standard "(001.003)" Standard ROM
  250. *Font Korinna-KursivRegular: Standard "(001.003)" Standard ROM
  251. *Font Korinna-Regular: Standard "(001.001)" Standard ROM
  252. *Font NewCenturySchlbk-Bold: Standard "(001.007)" Standard ROM
  253. *Font NewCenturySchlbk-BoldItalic: Standard "(001.005)" Standard ROM
  254. *Font NewCenturySchlbk-Italic: Standard "(001.004)" Standard ROM
  255. *Font NewCenturySchlbk-Roman: Standard "(001.005)" Standard ROM
  256. *Font Palatino-Bold: Standard "(001.003)" Standard ROM
  257. *Font Palatino-BoldItalic: Standard "(001.003)" Standard ROM
  258. *Font Palatino-Italic: Standard "(001.003)" Standard ROM
  259. *Font Palatino-Roman: Standard "(001.002)" Standard ROM
  260. *Font Symbol: Special "(001.005)" Special ROM
  261. *Font Times-Bold: Standard "(001.006)" Standard ROM
  262. *Font Times-BoldItalic: Standard "(001.008)" Standard ROM
  263. *Font Times-Italic: Standard "(001.006)" Standard ROM
  264. *Font Times-Roman: Standard "(001.006)" Standard ROM
  265. *Font ZapfChancery-MediumItalic: Standard "(001.004)" Standard ROM
  266. *Font ZapfDingbats: Special "(001.003)" Special ROM
  267. *?FontQuery: "
  268.  save
  269.    { count 1 gt
  270.       { exch dup 127 string cvs (/) print print (:) print
  271.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  272.       } { exit } ifelse
  273.    } bind loop
  274.    (*) = flush
  275.  restore
  276. "
  277. *End
  278. *?FontList: "
  279. save
  280.   (*) {cvn ==} 128 string /Font resourceforall
  281.   (*) = flush
  282. restore
  283. "
  284. *End
  285. *% Last modified: March 1, 1999
  286. *% end of PPD file for Xerox DocuPrint 4050 NPS
  287.